/*-----------------------------------------------------------------------------------

 Theme Name: Markito
 Description: Markito-Ecommerce HTML5 Templates
 Version: 1.0
 Main Color   : ##f05036
 main Font    : 'Poppins', sans-serif

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------

 == Table Of Content

    01 Basics
        - Typography
        - Sticky-header
        - Preloader
        - Button-bottom-to-top
  02 Navbar
  03 Main Div
  04 Tranding products 
  05 Banner
  06 Deal Banner
  07 Blog
  08 Footer
  09 About-Us Page
  10 Shop Page
  11 Product-Detail Page
  12 Blog-Side-Bar-Page
  13 Blog-Detail
  14 My Cart Page
  15 Chechout-Page
  16 Contact-Us Page
  17 Login-Page
  

---------------------------------------------------------------- */



/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/


/*----------- Typography -------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

html,
body {
  color: #101329;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
   background: #f5f5f3;
}

p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #616575;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

span,
a,
a:hover {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #212121;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #212121;
}

h2 {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 700;
  color: #212121;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 0px;
}

h4 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0px;
}

.bg-gray {
  background-color: #fafafa;
}

span {
  font-family: 'Poppins', sans-serif;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/down.png');
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 25px;
}

small {
  font-size: 18px;
}

ul li {
  font-family: 'Poppins', sans-serif;
}

ul {
  margin: 0;
}

.text-theme {
  color: #585858;
}

.bor-none {
  border: none !important;
}

.center-title {
  text-align: center;
  padding-bottom: 60px;
}

.center-title .title {
  text-transform: capitalize;
  padding-bottom: 30px;
}

.center-title .sub-title {
  font-family:  'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 500;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #F05036 url(../images/loder.gif) no-repeat center center;
}


/*-------------- title-spacing -------------*/

.same-section-spacing {
  padding: 0 0 30px 0;
}

.ws-section-spacing {
  padding: 30px 0px ;
}

.section-spacing {
  padding: 35px 0 20px;
}
.footer-section-spacing{
 padding: 70px 0 0px;
}

.title-bottom-spacing {
  margin-bottom: 60px;
}

.sub-title {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}

.title {
  margin-bottom: 60px;
}

.sub-heading {
  color: #b7b7b7;
  margin-bottom: 15px;
}


/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/

.mid-bar {
    background: #cdcdcd;
    padding: 45px 0 40px;
    vertical-align: middle;
}



/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/

.header-one {
  position: relative;
  top: inherit;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #cdcdcd;
}

.header-fixed.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px rgb(122 124 136 / 31%);
  -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
  animation: 300ms ease-in-out 0s normal none fadeInDown;
  z-index: 999;
}

.navbar {
  padding: 0px;
  margin: 20px 0;
}

.navbar-light .navbar-nav {
  position: relative;
  margin: 0 auto;
  top: 8px;
}

.navbar-light .navbar-nav .nav-link {
  color: #212121;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link>i {
  vertical-align: middle;
  font-size: 13px;
}

a.nav-link {
    padding-left: 0 !important;
    padding-right: 40px !important;
}

.navbar-light .navbar-nav .nav-link {
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f05036;
}
.navbar-light .navbar-nav a.nav-link:after {
    content: '';
    margin-top: 6px;
    position: relative;
    top: 18px;
    display: block;
    border-bottom: 3px solid #f05036;
    width: 0;
    transition: all ease-in-out 250ms;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover:after {
    width: 100%;
}
a.nav-link {
    padding: 0;
}
nav.navbar.navbar-expand-sm.navbar-light.nav-box {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-item .dropdown {
    background: #cdcdcd;
    padding: 10px 0 10px 15px;
    position: absolute;
    top: 55px;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    width: max-content;
    z-index: 9;
}

ul.dropdown li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 5px;
}
.navbar-light .navbar-nav .nav-item:hover .dropdown a:after {
    display: none;
}
.navbar-light .navbar-nav .nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 42px;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-item {
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
  font-family: lato;
  font-weight: 600;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #f05036;
    margin: 0;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-item:last-child {
  border: none;
}
.stick img.logo-1 {
  display: block;
}

.stick img.logo-2 {
  display: none;
}

.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link {
  color: #212121;
}

.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
  color: #f05036;
}

.logo-1 {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

.slicknav_menu .slicknav_icon-bar {
  width: 30px;
  margin-bottom: 5px;
  height: 4px;
  background: #000;
}

.slicknav_brand {
  padding: 13px 0;
}

.log-btn a {
  color: #212121;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.log-btn a:hover {
  color: #21ab64;
}

.navbar-brand {
  padding: 0;
}

.header-btn {
  font-weight: 600;
  width: 135px;
  height: 44px;
  text-align: center;
  background: #cdcdcd;
  line-height: 2.7;
  color: #232323;
  border-radius: 8px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.header-btn:hover {
  background: #ff8a41;
  color: #ffffff;
  box-shadow: 0px 6px 14px 0px rgba(40, 44, 71, 0.27);
}
a.nav-user {
    font-size: 20px;
    margin-right: 30px;
    display: inline-block;
    color: #000000;
    padding: 20px 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
a.nav-user:hover {
    color: #f05036;
}

/*------------- Slick-Nav ----------------*/

.slicknav_menu{
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

.slicknav_menu .slicknav_icon-bar {
  width: 30px;
  margin-bottom: 5px;
  height: 4px;
}

.slicknav_brand {
  padding: 13px 0;
}

.log-btn a {
  color: #212121;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.slicknav_btn {
    float: none;
}
.login-2 {
    display: none;
}
.stick .login-2 {
    display: block;
}
.stick .selec-lang {
    display: none;
}
.stick .header-icon {
    width: 100%;
    text-align: right;
}
.stick .header-icon i {
    color: #ffffff;
    margin-left: 30px;
}
.stick .flaticon-icon-126486:before {
    font-size: 30px;
}
.stick .flaticon-icon-1008010:before {
    font-size: 30px;
}
img.logo {
    padding: 12px 0;
}
/*------------- Slick-Nav ----------------*/


@media (max-width: 992px) {
  .slicknav_menu {
    display: block;
    background: transparent;
    position: relative;
    z-index: 999;
  }
  .mobile-menu {
    width: 100%;
}
.header-fixed.stick .slicknav_nav a {
    text-decoration: none;
    color: #000;
    padding: 5px 0;
}
  .header-fixed.stick {
    padding: 0;
  }
  .header-fixed .navbar {
    display: none;
  }
  .header-one .navbar{
     display: none;
  }
  .slicknav_nav {
    position: relative;
    top: 0px;
    padding: 10px 0;
    background: #f05036;
    width: 100%;
  }
  .stick .slicknav_nav {
    background: #f0503600;
}
  .slicknav_btn {
    background: transparent;
  }
  .slicknav_nav a {
    font-size: 18px;
  }
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    background: transparent;
    color: #212121;
  }
  .slicknav_nav .slicknav_arrow {
    float: right;
  }
  .slicknav_brand {
    height: 70px;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}
.stick .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}
}
/* MEGA MENU STYLE
********************************/ 
.mega-menu {
  padding: 10px 0px ! important;
  width: 540px;
  border-radius: 0;
  margin-top: 0px;
  }

  .mega-menu li {
    display: inline-block;
    float: left;
    font-size: 0.94rem;
    padding: 3px 0px;
    }

    .mega-menu li.mega-menu-column {
      margin-right: 20px;
      width: 150px;
      }

      .mega-menu .nav-header {
      padding: 0 !important;
      margin-bottom: 10px;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #ddd;
      }
      .mega-menu img { padding-bottom: 10px;}
      

/*-------------Mini-cart-section-----------*/
.login-cart {
    text-align: right;
}
.cart-popup {
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.mini-cart-item {
    background: #cdcdcd;
    position: absolute;
    transform: translate(-40%, 10px);
    top: 18px;
    padding: 20px 15px;
    width: max-content;
    box-shadow: 3px 9px 20px #c1c5d554;
    display: none;
}
.mini-cart-img {
    width: 23%;
    height: 49px;
    float: left;
    margin-right: 10px;
}
.mini-cart-content {
    width: 80%;
    margin-right: 0;
    float: left;
    display: block;
    text-align: left;
}
.mini-cart-content a.delete {
    color: #f05036;
}
.mini-cart-item ul li {
    border-bottom: 1px solid #f1f2f6;
    padding: 12px 0;
    display: flex;
}
.mini-cart-item li:last-child{
  border-bottom: none;
}
.mini-cart-content a {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}
.mini-cart-item .product_quantity {
    /* padding: 0 20px; */
}
.mini-cart-item .product_quantity .quanty_form .product-quantity {
    overflow: hidden;
    border-radius: 5px;
}
.mini-cart-item .product_quantity .quanty_form .product-quantity .add {
    border: none;
    background-color: #f1f2f6;
    font-size: 14px;
    color: #000;
    position: relative;
    left: 1px;
    outline: none;
    width: 20px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.mini-cart-item .product_quantity .quanty_form .product-quantity input {
    width: 30px;
    height: 22px;
    font-size: 14px;
    border-radius: unset;
    border: none;
    text-align: center;
    outline: none;
}
.mini-cart-item .product_quantity .quanty_form .product-quantity .add:hover{
  background: #f05036;
}
.mini-cart-item .quanty_form {
    display: inline-block;
}
.mini-cart-item .product_quantity .quanty_form .product-quantity .sub{
  border: 0;
  background-color: #f1f2f6;
  font-size: 14px;
  color: #000;
  position: relative;
  left: 0;
  outline: none;
  width: 20px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.mini-cart-item .product_quantity .quanty_form .product-quantity .sub:hover{
  background: #f05036;
}
.mini-cart-content span {
    font-weight: 600;
    color: #f05036;
    display: block;
    margin-bottom: 6px;
}
a.delete {
    float: right;
    margin: 0;
}
.cart-quantity {
    display: inline-block;
}
.cart-popup:hover .mini-cart-item {
    display: block;
}
/*-------------Main-section-----------*/

.slider-bg, .slider-bg {
  height: 450px;
}
.main-div {
    background: #f1f2f6;
}
.slider-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-slider-content {
  position: absolute;

  width: 100%;
}
.slider-img {
    position: absolute;
 
}
a.slider-btn {
    padding: 10px 30px;
    font-size: 16px;
    background: #f05036;
    border: 2px solid #F05036;
    box-shadow: 0 5px 15px 0 rgb(153 63 107 / 50%);
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
p.hero-text {
    font-weight: 500;
    max-width: 550px;
    margin-bottom: 40px;
}
a.slider-btn:hover {
    background: #f05036;
    border: 2px solid #F05036;
    color: #fff;
}
h1.hero-title span {
    color: #F05036;
}
.hero-slider-content {
    text-align: left;
}
.home-slider:not(.show) {
    opacity: 1 !important;
}
button.slick-next.slick-arrow {
    right: 0;
}
.main-div button.slick-next.slick-arrow {
    background: #00000024;
    width: 40px;
    height: 65px;
}
.main-div button.slick-prev.slick-arrow {
    background: #00000024;
    width: 40px;
    height: 65px;
    left: 0;
    z-index: 1;
}
h2.hero-sub-title {
    font-weight: 400;
}

















/* ----------------------------------------------------------------
     [ 04 Tranding products ]
-----------------------------------------------------------------*/
.saprater {
    display: block;
    background: #000;
    height: 5px;
    position: relative;
}
li.saprater-box {
    display: inline-block;
    background: #f05036;
    width: 30px;
    height: 5px;
    transform: skewX(55deg);
    margin-right: -7px;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}
.saprater ul {
    line-height: 0;
    margin-left: 95px;
}
.title {
    margin-bottom: 30px;
}

.home-category span {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.home-category span img {
    width: 100%;
}
.home-category h5 {
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0;
    width: 70%;
    text-align: left;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.home-category {
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    width: 20%;
    margin-bottom: 30px;
    padding: 6px 10px;
    background: #f1f2f6;
	margin-right:25px;
}
.home-category h5:hover {
    color: #f05036;
}
.title-spacing {
    text-align: center;
    width: 100%;
}
.new-collection-item-img {
    background: #f1f2f6;
    padding: 30px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.new-collection-item-content ul li {
    display: inline-block;
}
.new-collection-item-content h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}
.new-collection-item-content ul li i {
    font-size: 12px;
    color: #f05036;
}
.new-collection-item-content ul {
    margin-bottom: 5px;
}
.new-collection-item-img button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    width: 30px;
    height: 30px;
    background: #cdcdcd;
    border-radius: 50%;
    padding: 0 0 0 5px;
    text-align: center;
}

.wishlist {
  height: 30px;
}

.wishlist svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  fill: transparent;
  stroke: #b7b7b7;
  stroke-width: 2px;
}

.wishlist:hover svg{
  fill: red;
  stroke: transparent;
}

button:focus {
  outline: none;
}


 a.add-to-cart {
   background: #f05036;
   color: #fff;
   text-decoration: none;
   text-align: center;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, 400%);
}

 a.cart {
   -moz-border-radius: 36px;
   -webkit-border-radius: 36px;
   border-radius: 36px;
   font-size: 16px;
   text-align: center;
   color: #000000;
   text-decoration: none;
   position: relative;
   display: block;
   background-size: 36px;
   box-shadow: 0 3px 6px rgba(97, 97, 0, ), 0 3px 6px rgba(97, 97, 0, );
   -moz-box-shadow: 0 3px 6px rgba(97, 97, 0, ), 0 3px 6px rgba(97, 97, 0, );
   -webkit-box-shadow: 0 3px 6px rgba(97, 97, 0, ), 0 3px 6px rgba(97, 97, 0, );
}
 a.cart > span {
   width: 20px;
   height: 20px;
   font-size: 12px;
   color: #fff;
   line-height: 20px;
   position: absolute;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   display: block;
   top: -24px;
   right: -36px;
   bottom: 0;
   left: 0;
   margin: auto;
   background: #f05036;
}
 
.new-collection-item {
    text-align: center;
    margin-bottom: 30px;
}

a.add-to-cart {
    border-radius: 8px;
    padding: 10px 15px;
    width: fit-content;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.new-collection-item-img:hover a.add-to-cart {
    background: #f05036;
    border: 2px solid #F05036;
    color: #fff;
    box-shadow: 0 5px 15px 0 rgb(153 63 107 / 50%);
    transform: translate(-50%, -50%);
}
a.add-to-cart i {
    margin-right: 6px;
}
.new-collection-item-content span {
    font-weight: 600;
    color: #f05036;
}
.offer-banner {
    background: #f1f2f6;
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
  
}
a.cart i {
    font-size: 26px;
    color: #000000;
}
.offer-banner-content h3 {
    width: 281px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
.offer-banner-content {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
	    width: 90%;
}
.offer-banner-content a {
    font-size: 14px;
    font-weight: 500;
    color: #f05036;
}
.offer-banner-content h5 {
    font-weight: 500;
    margin-bottom: 13px;
}
a.buy-now {
    background: #f05036;
    padding: 12px 35px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    display: inline-block;
}

.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    z-index: 99;
    width: 40px;
    height: 40px;
    top: 35%;
    border-radius: 6px;
    -ms-transform: translate(0, -50%);
    background: #f05036;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before{
   content: "\f053";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   text-align: center;
   opacity: 1;
   padding-right: 3px;
}
.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    opacity: 1;
    padding-left: 3px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color:#fff;
    outline: none;
    background: #000;
}
.product-slider .slick-slide {
    margin-top: 30px;
}
.product-slider .slick-list.draggable {
    /* padding-top: 30px; */
}
/* ----------------------------------------------------------------
     [  Banner ]
-----------------------------------------------------------------*/
.product-offer {
    background: #f1f2f6;
    height: 100%;
    position: relative;
    padding: 30px 20px 20px 20px;
    text-align: center;
}
.product-offer img {
    width: auto;
    margin: 0 auto;
	height: 300px;
}
.product-offer-content h2 {font-weight: 700;font-size: 37px;line-height: 47px;margin-bottom: 20px;}
.product-offer-content h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-bg{
  background: #f1f2f6;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  position: relative;
}

.banner-content h5 {
    font-weight: 400;
    margin-bottom: 25px;
    color: #f05036;
}
.banner-content h2 {font-weight: 600;}
.banner-content p {
    font-weight: 400;
    color: #616575;
    max-width: 600px;
  
}
.product-slider{
  overflow: hidden;
}
.slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
    margin: 0 15px;
}
.banner-content {
    margin-top: 15px;
}
a.btn-6 {
    border: 2px solid #f05036;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    transition: all ease-in-out 250ms;
    color: #000;
}
.load-more {
    width: 100%;
    text-align: center;
}
.load-more .btn-6 {
    margin: 30px 0;
}
/* ----------------------------------------------------------------
     [  Deal-Banner ]
-----------------------------------------------------------------*/
.deal-bg{
  background-image: url(../images/bg-3.jpg);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.deal-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000000d4;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.deal-Banner {
    background: #f5f0ec;
    border-radius: 30px;
    padding: 0 50px 0;
    position: relative;
}
.deal-banner-content {
    text-align: left;
    padding: 75px 0 80px;
}
.deal-img {}
.deal-banner-content h4 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 8px;
}
.deal-banner-content h3 {
    font-size: 45px;
    color: #f05036;
    margin-bottom: 15px;
}
.deal-banner-content p {
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
    max-width: 600px;
}
.deal {
    width: 100%;
}
.deal.one-time .slick-arrow {
    display: none !important;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #e3e4e6;
}
ul.slick-dots li.slick-active button {
    background: #f05036;
}
.slick-dots li button:before{
  content: "";
}
.deal .slick-dots {
    bottom: -45px;
}
.deal.slick-initialized .slick-slide {/* width: 255px !important; */display: flow-root;text-align: center;margin: 0 0px;}
.deal-bg .slick-dotted.slick-slider {
    margin-bottom: 70px;
}
.deal .slick-list.draggable {
    height: 89% !important;
}
.product-offer-content h6 {
    color: #f05036;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-offer-content p {
    margin-bottom: 27px;
}
.product-offer-content .buy-now {
    margin-bottom: 30px;
}
/* ----------------------------------------------------------------
     [ service section ]
-----------------------------------------------------------------*/
.single-service-wrap {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}
.thumb {
   
  
    display: inline-block;
    padding: 14px;
}
.wrap-details h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 17px;
}
.wrap-details {
       padding: 0px 14px;
    text-align: start;
}
.wrap-details p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}
/* ----------------------------------------------------------------
     [ Blog ]
-----------------------------------------------------------------*/
.blog-bg{
  background-color: #f1f2f6;
}
.blog-card {
    background: #cdcdcd;
    margin-bottom: 30px;
    border: 1px solid #f1f2f6;
}
.blog-img {
    text-align: center;
    border: 5px solid #fff;
}
.date {
    background: #cdcdcd;
    color: #000;
    display: inline-block;
    padding: 7px 15px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    left: 0;
}
.meta-tag {
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.blog-content {
    padding: 25px 20px;
}
.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.blog-content p {
   color: #585858;
}

a.blog-btn {
    background: #000;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a.blog-btn.active {
    background: #f05036;
}
ul.meta-tag li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
a.blog-btn:hover{
    background: #f05036;
}
.blog-content h3:hover {
    color: #f05036;
}
.meta-tag ul li:hover {
    color: #f05036;
}
.client {
    margin-bottom: 30px;
    text-align: center;
}
.client-Slider{ width:100%;}
.client-Slider.slick-initialized.slick-slider {
    overflow: hidden;
    margin-bottom: 0;
}
.client img {
    width: 80%;
    margin: 0 auto;
}
.client-Slider button.slick-prev.slick-arrow {
    display: none !important;
}
.client-Slider button.slick-next.slick-arrow {
    display: none !important;
}
/* ----------------------------------------------------------------
     [ Footer ]
-----------------------------------------------------------------*/
.footer-bg{height: auto;background: #f1f2f6;}
.footer-bg:before {
}
footer.home-footer-bg {
    background: #f1f2f6;
}
.footer-about img {
   width: 159px;
    height: 60px;
    margin-bottom: 35px;
}
footer.section-spacing.footer-bg {
    padding-bottom: 0;
}
.popular-tag li {
    font-size: 14px;
   
    color: #212121;
   
   
    padding: 5px 7px;
    margin-bottom: 8px;
    margin-right: 4px;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.footer-about p {
    color: #000;
}
h4.footer-title {
    color: #000;
    margin-bottom:25px;
	    font-size: 18px;
}

 .popular-tag li.active {
    background: #f05036;
    color: #fff;
}
.contact-us li {
    color: #000;
    width: 95%;
    float: right;
    margin-bottom: 15px;
}
.contact-us i {
    color: #f05036;
    width: 5%;
    margin-right: 10px;
}
.email {
    padding: 10px 10px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #dee1ec;
}
button.contact-btn {
    background: #f05036;
    border: none;
    padding: 15px 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}
.contact-us p {
    color: #000;
    margin-bottom: 10px;
}
.copy-right-seprater {
    border: 1px solid #dee1ec;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}
.copy-right p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-right: auto;
    padding-top: 12px;
    margin: 0;
}
.copy-right{
  text-align: center;
  margin: 70px 0 10px;
}

/* ----------------------------------------------------------------
     [  About- Page ]
-----------------------------------------------------------------*/
h2.banner-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.gray-bg {
    background: #f1f2f6;
}
.page-slider{
  background-image: url(../images/breadcrumb.jpg);
  height:200px;
  background-repeat: no-repeat;
  overflow: hidden;
  
}
.hero-banner-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ol.breadcrumb {
    background: none;
    padding: 0;
}
li.breadcrumb-item.active {
    background: none;
    color: #f05036;
    font-weight: 600;
}
.about-slider-img {
    position: absolute;
    top: -43%;
    width: 55%;
    left: 47%;
}
.who-we-are{
  background-image: url(../images/who-we-are.jpg);
  height: auto;
  background-repeat: no-repeat;
}
.who-we{
  margin-bottom: 30px;
}
.who-img {
    margin-bottom: 30px;
}
.team-bg{
  background-image: url(../images/team-bg.jpg);
  height:auto;
  background-repeat:no-repeat;
  background-size: cover;
}
.team {
    background: #f5efec;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    background: #f05036e3;
    color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
  }
.team-hover h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.team-hover p {
    color: #fff;
    margin-bottom: 5px;
}
.team-hover ul li {
    display: inline-block;
    margin: 10px;
}
.team-content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-12%, -50%);
}
.team:hover .team-hover{
  display: block;
   transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
}
/* ----------------------------------------------------------------
     [ Shop-Page ]
-----------------------------------------------------------------*/
.shop-filter select {
    padding: 4px 15px 4px 15px;
    border-radius: 5px;
    margin-left: 15px;
    background-color: #f1f2f6;
    border: none;
}
ul.nav.nav-tabs.title-bottom-spacing {
    padding-bottom: 30px;
}
.flaticon-grid:before {
    font-size: 30px;
    margin-right: 50px;
}
.flaticon-list-1:before {
    font-size: 30px;
}
ul.nav.nav-tabs.title-bottom-spacing li {
    position: absolute;
    right: 15px;
    display: block;
}
.shop-filter .tab-content>.active {
    opacity: 1;
}
.shop-filter ul.nav.nav-tabs.title-bottom-spacing a {
    margin-top: 5px;
}

/*---list-product---*/

.product-list-bg {
    background: #f1f2f6;
    padding: 15px;
}
.product-list-content h5 {
    margin-bottom: 5px;
}
.product-list-content h4.price-text {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 700;
    color: #f05036;
}
p.list-content {
    max-width: 560px;
    margin-bottom: 25px;
}
a.add-cart {
    background: #212121;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
a.add-cart i {
    margin-right: 10px;
}
.list-border {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
a.add-cart:hover {
    background: #f05036;
    color: #fff;
}
ul.nav.nav-tabs.title-bottom-spacing li a.active {
    color: #f05036;
}
 /*---navigation--*/
 ul.pagination.justify-content-center li a {
    border-radius: 5px;
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
    /* background: #f1f2f6; */
    border: none;
}
.page-item:first-child .page-link {
    border-radius: 5px;
    margin-right: 6px;
    background: #f1f2f6;
    color: #000;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.page-item:first-child .page-link:hover {
   background: #f05036;
   color: #fff;
}
.page-item:last-child .page-link {
    border-radius: 5px;
    background: #f05036;
    margin-left: 6px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.page-item:last-child .page-link:hover {
    background: #000000;
}
ul.pagination.justify-content-center li {
    margin: 0 3px;
}
nav.navigation-btn {
    margin: 30px 0;
}
ul.pagination.justify-content-center li.page-item.active {
    border-radius: 50%;
}
li.page-item.active .page-link {
    background: #f1f2f6;
    color: #000;
}
/*---side-bar---*/

.sidebar-Categories {
    border: 1px solid #f1f2f6;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.sidebar-Categories h5 {
    background: #f1f2f6;
    color: #212121;
    text-align: center;
    padding: 10px;
}
.sidebar-Categories button.btn.btn-link {
    background: none;
}
.sidebar-Categories button.btn.btn-link.collapsed {
    background: none;
    color: #212121;
}
.sidebar-Categories .card {
    background: none;
    border: none;
    padding: 0;
}
.sidebar-Categories .card-header {
    background: no-repeat;
    padding: 0;
}
.sidebar-Categories #accordion {
    margin: 10px 20px 0;
}
.sidebar-Categories .btn-link:hover {
    color: #f05036;
    text-decoration: none;
    
}
button.btn.btn-link{
    color: #f05036;
    font-weight: 500;
    padding: 10px 0;
    text-decoration: none;
}
button.btn.btn-link.collapsed {
    background: #212121;
}
.sidebar-Categories .card-body ul li {
    padding-bottom: 10px;
}
.sidebar-Categories .card-body ul li:hover {
    color: #f05036;
}
ul.brand-name li:last-child {
    border-bottom: none;
}
ul.brand-name li:first-child {
    padding-top: 0 !important;
}
ul.brand-name {
    padding: 30px 20px;
    padding-bottom: 0;
}
ul.brand-name li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f2f6;
}
ul.brand-name li span.brand-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #212121;
}
ul.brand-name li:hover {
    color: #f05036;
}
ul.brand-name li.active {
    color: #f05036;
    font-weight: 500;
}
ul.brand-name li:hover .brand-dot {
    border-color: #f05036;
}
span.brand-dot.active{
  border: 2px solid #f05036 !important;
}
.sidebar-Categories .card-body {
    padding: 10px 0 0 0;
}

/* ----------------------------------------------------------------
     [  Product-Detail- Page ]
-----------------------------------------------------------------*/

.slider-nav.slick-initialized.slick-slider .slick-slide {
    width: 100% !important;
    margin: 0;
}
.slider-nav.slick-initialized.slick-slider .slick-track {
    width: 100% !important;
    transform: inherit !important;
    overflow: hidden;
}
.slider-nav.slick-initialized.slick-slider .slick-list.draggable {
    padding: 0 !important;
}
.product-img-slider .slider-for .slick-slide.slick-active {
    /* width: 350px !important; */
}
.product-img-slider .slick-list.draggable {
    height: 590px;
}
.product-img-slider .slick-track {
    height: 590px;
}
.product-img-slider {
    margin-bottom: 30px;
}
.product-img-nav {
    margin-bottom: 22px;
}
ul.item-rating li {
    color: #f05036;
}
.product-img-nav img {
    height: 178px;
    object-fit: cover;
    object-position: top;
}
.Start ul li {
    display: inline-block;
}
.product-detail-price h3 {
    color: #f05036;
}
.product-detail-price h3 span {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 500;
    color: #585858;
    margin-left: 8px;
}
.Start {
    margin: 20px 0 18px;
}
.product-detail h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
.stock p span {
    color: #f05036;
    font-weight: 600;
    margin: 10px;
}
.stock {
    margin: 14px 0 30px;
}
.size ul li {
    display: inline-block;
    background: #f1f2f6;
	padding:0px 5px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    line-height:35px;
    margin: 5px;
	    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.size ul li.active{
   background: #f05036;
   color: #fff;
}
.size ul li:hover {
    background: #f05036;
    color: #fff;
}
.size {
    margin-bottom: 23px;
}
.p-button a {
    background: #f05036;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.p-button a.active:hover{
  background: #f05036;
    color: #fff;
}
p.product-discription {
    margin-bottom: 35px;
}
.p-button a.active {
    background: #212121;
}
.slider-for .slick-slide.slick-active {
    transition: inherit !important;
    opacity: 1 !important;
    margin: 0;
}
.share-icon ul li {
    display: inline-block;
    margin-right: 10px;
    color: #212121;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.share-icon ul li:hover {
   color: #f05036;
}
.share-icon ul li a.active {
   color: #f05036;
}
.share-icon p {
    float: left;
    margin-right: 15px;
}
.share-icon {
    margin-top: 30px;
}
.share-icon ul {
    padding-top: 4px;
}
.review, .card.card-body {
    border: none;
    padding: 0;
    display: inline-block;
    background: none;
}
.review a.btn.btn-primary {
    background: #212121;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
}
.review#accordion button {
    margin-right: 20px;
    color: #ffff;
    padding: 8px 16px;
    margin-bottom: 30px;
}
.p-feature h5 {
    margin-bottom: 12px;
}
.p-feature ul li {
    margin-bottom: 10px;
}
.p-feature ul i {
    margin-right: 10px;
    color: #f05036;
}
.patner-bg{
  background-color: #fafcfc;
}
p.p-discription {
    margin-bottom: 30px;
}
.a-buttom {
    border-bottom: 1px solid #d0d0da;
    margin-bottom: 20px;
}



a.add-cart.active {
    background: #f05036;
}
button.btn.btn-link {
    background: #f05036;
}
.btn-6:hover {
    background: #f05036;
    color: #fff;
}
.deal-banner-content a.btn-6 {
    margin-bottom: 0;
}
#btn-to-top {
  width: 45px;
  height: 30px;
  border-radius: 100%;
  position: fixed;
  right: 2%;
  bottom: 18%;
  transition: all 0.5s ease;
}

#btn-to-top:hover {
  transform: scale(1.1,1.1);
  transition: all 0.5s ease;
}

#btn-to-top {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f05036;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: 35px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: scale(1.1,1.1);
  transition: all 0.5s ease;
}

#btn-to-top.show {
  opacity: 1;
  visibility: visible;
}
a#btn-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 2.1;
}



 .search-box {
   transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
   width: 40px;
   height: 40px;
   border-radius: 20px;
   border: none;
   cursor: pointer;
   background: #ebebeb;
}
 .search-box + label .search-icon {
   color: black;
}
 .search-box:hover {
   color: white;
   background: #c8c8c8;
   box-shadow: 0 0 0 5px #3d4752;
}
 .search-box:hover + label .search-icon {
   color: white;
}
 .search-box:focus {
   transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
   border: none;
   outline: none;
   box-shadow: none;
   padding-left: 15px;
   cursor: text;
   width: 300px;
   border-radius: auto;
   background: #ebebeb;
   color: black;
}
 .search-box:focus + label .search-icon {
   color: black;
}
 .search-box:not(:focus) {
   text-indent: -5000px;
}
 #search-submit {
   position: relative;
   left: -5000px;
}
 .search-icon {
   position: relative;
   left: -30px;
   color: white;
   cursor: pointer;
}
form.search-container label {
    display: block;
}
form.search-container {
    text-align: right;
    height: 641px;
}
table.table-responsive {
    overflow-x: auto;
    display: inline;
}



	.sp-img_area {
		display: flex;
		flex-direction: row-reverse;
	}
	.sp-large_img {
		
		width: 80%;
	}
	.sp-img_slider-3 {
		
		width: 20%;
	}

	
.cart-plus-minus {
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;}
	
.cart-plus-minus .qtybutton {
    color: #333;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}

.cart-plus-minus .dec.qtybutton {
    height: 40px;
    left: 0;
    padding-top: 10px;
    top: 0;
}

.cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px;
}

.cart-plus-minus .inc.qtybutton {
    height: 40px;
    padding-top: 10px;
    right: 0;
    top: 0;
}

.quantity label{ height:40px; line-height:40px;    float: left;}